projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33f575
)
Remove debug fprintf.
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 17 Aug 2007 07:53:18 +0000
(07:53 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 17 Aug 2007 07:53:18 +0000
(07:53 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 6c58cc39fd2e7058870d9a9d7fa406df2b5bb323..bb25fba5f8768764be6c6ff450b49e9df7e8136c 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-6751,11
+6751,7
@@
handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
f = last_mouse_frame;
else
f = x_window_to_frame (dpyinfo, event.xbutton.window);
- if (event.type == ButtonPress)
- {
- static int xxx = 0;
- fprintf (stderr, "%d, F: %p\n", xxx++, f);
- }
+
if (f)
{
/* Is this in the tool-bar? */